home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
MRAC
/
Symbols
/
s-variation
< prev
Wrap
Text File
|
1998-08-11
|
820b
|
22 lines
s-variation seed step exclude consecutive-repeat type count symbols
type: c = cluster, s = step (melody), r = random
(s-variation .4256 2 nil 1 'c 5 '(abef defhi abc))
=> ((a f ef b e) (efhi hi efh dfhi hi) (b ab bc ac a))
(s-variation .4256 1 '(1 4) 1 'c '(5 7 3) '(abef defhi abc))
=> ((ab ef ab ef ab) (hi ef de hi de def hi) (bc ab bc))
(s-variation .4256 1 '(1 4) 1 's '(5 7 3) '(abef defhi abc))
=> ((a b e f a) (h i e f d e h) (b c a))
(s-variation .4256 2 '(3 4 5) 2 'c '(5 7 3) '(abef defhi abc))
=> ((a a f f ef) (hi h e e ef ef e) (b ab c))
(s-variation .4256 nil nil 1 '(c c s) '(5 7 3) '(abef defhi abc))
=> ((a bf bef ae af) (fhi h dhi di fhi df e) (b a b))
(s-variation .4256 2 '(3 4 5) 1 '(c c s) '(5 7 3)
'((a b e f) (d e f h i) (a b c)))
=> ((a f ef b e) (hi h e ef e d hi) (b a b))